Skip to content

Commit 930dd63

Browse files
authored
comment out use of slow query in answer template (#4347)
1 parent 400d206 commit 930dd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kitsune/questions/jinja2/questions/includes/answer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
{{ titles(answer.creator) }}
1919
{% if answer.id and answer.creator == question.creator %}<span class="user-title">{{_('Question owner')}}</span>{% endif %}
2020
</a>
21-
{% if answer.id and question.creator != answer.creator %}
21+
{# {% if answer.id and question.creator != answer.creator %}
2222
<span class="solutions">{{ _('{num} solutions')|f(num=answer.creator_num_solutions) }}</span>
2323
<span class="answers">{{ _('{num} answers')|f(num=answer.creator_num_answers) }}</span>
24-
{% endif %}
24+
{% endif %} #}
2525
</div>
2626
{% if answer.id %}
2727
<span class="asked-on">

0 commit comments

Comments
 (0)